Browsing by Agentic AI

A curated selection of my recent writings tagged with Agentic AI. I hope you find something useful out of these thoughts and observations.

How I built a knowledge graph of 0 A.D.'s entire codebase and slashed my AI token costs by 70x

AI coding agents waste huge amounts of time and tokens reading raw files from scratch every session. This article walks through building a persistent knowledge graph of the 0 A.D. codebase using graphify - an open source tool that combines a free local AST pass with an optional LLM powered semantic pass. The result: a queryable graph that slashes token costs by up to 70x, persists across sessions, and integrates with VS Code via MCP for agentic coding.